Html Css Color HEX #6DBD3D Apple

📋 copy color: '#6DBD3D'

red 109 ◦ green 189 ◦ blue 61

#6DBD3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6DBD3D

Tints of Apple #6DBD3D

RGB

 RED value IS 109 (42.97% from 255) = 30.36%

 GREEN value IS 189 (74.22% from 255) = 52.65%

 BLUE value IS 61 (24.22% from 255) = 16.99%

R = 30.36%
G = 52.65%
B = 16.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6DBD3D (or 0x6DBD3D) is known color: Apple. HEX triplet: 6D, BD and 3D. RGB value is (109,189,61). Sum of RGB (Red+Green+Blue) = 109+189+61=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 61 (24.22% from 255 or 16.99% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DBD3D is #9242C2. Grayscale: #969696. Windows color (decimal): -9585347 or 4046189. OLE color: 4046189.

HSL color Cylindrical-coordinate representation of color #6DBD3D: hue angle of 97.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6DBD3D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 189 61 -
CMYK 0.42 0 0.68 0.26
HSL 97.5º 0.51% 0.49% -
HSV(B) 97.5º 0.68% 0.74% -
XYZ 25.35 39.98 10.8 -
YUV 150.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 109 189 61 0.42 0 0.68 0.26 97.5 0.51 0.49
Hex 6D BD 3D 2A 0 44 1A 62 33 31
Octal 155 275 75 52 0 104 32 142 63 61
Binary 1101101 10111101 111101 101010 0 1000100 11010 1100010 110011 110001

Color Harmonies of #6DBD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBD3D

Black with #6DBD3D

Text Example


Text Example

White with #6DBD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DBD3D; }

 p { color: rgb(109,189,61); }

 H1.HeaderClassName
 {
   color: #6DBD3D;
 }
 .AnyTagClassName
 {
   color: #6DBD3D;
 }
</style>

background-color css

<style>
 a { background-color: #6DBD3D; }

 a { background-color: rgb(109,189,61); }

 div.DivClassName
 {
   background-color: #6DBD3D;
 }
 .BgClassName
 {
   background-color: #6DBD3D;
 }
</style>

border-color css

<style>
 span { border-color: #6DBD3D; }

 span { border-color: rgb(109,189,61); }

 td.TdClassName
 {
   border-color: #6DBD3D;
 }
 .TagClassName
 {
   border-color: #6DBD3D;
 }
</style>