Html Css Color HEX #6C9B34 Limeade

📋 copy color: '#6C9B34'

red 108 ◦ green 155 ◦ blue 52

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

Shades of Limeade #6C9B34

Tints of Limeade #6C9B34

RGB

 RED value IS 108 (42.58% from 255) = 34.29%

 GREEN value IS 155 (60.94% from 255) = 49.21%

 BLUE value IS 52 (20.7% from 255) = 16.51%

R = 34.29%
G = 49.21%
B = 16.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.39

RGB Variations

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

Color information

#6C9B34 (or 0x6C9B34) is known color: Limeade. HEX triplet: 6C, 9B and 34. RGB value is (108,155,52). Sum of RGB (Red+Green+Blue) = 108+155+52=315 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.29% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #6C9B34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C9B34 is #9364CB. Grayscale: #818181. Windows color (decimal): -9659596 or 3447660. OLE color: 3447660.

HSL color Cylindrical-coordinate representation of color #6C9B34: hue angle of 87.38º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C9B34 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 155 52 -
CMYK 0.30 0 0.66 0.39
HSL 87.38º 0.5% 0.41% -
HSV(B) 87.38º 0.66% 0.61% -
XYZ 18.53 26.88 7.46 -
YUV 129.21 84.43 112.88 -
System Red Green Blue C M Y K H S L
Decimal 108 155 52 0.30 0 0.66 0.39 87.38 0.5 0.41
Hex 6C 9B 34 1E 0 42 27 57 32 29
Octal 154 233 64 36 0 102 47 127 62 51
Binary 1101100 10011011 110100 11110 0 1000010 100111 1010111 110010 101001

Color Harmonies of #6C9B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9B34

Black with #6C9B34

Text Example


Text Example

White with #6C9B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,155,52); }

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

background-color css

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

 a { background-color: rgb(108,155,52); }

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

border-color css

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

 span { border-color: rgb(108,155,52); }

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