Html Css Color HEX #006D1C Crusoe

📋 copy color: '#006D1C'

red 0 ◦ green 109 ◦ blue 28

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

Shades of Crusoe #006D1C

Tints of Crusoe #006D1C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 109 (42.97% from 255) = 79.56%

 BLUE value IS 28 (11.33% from 255) = 20.44%

R = 0%
G = 79.56%
B = 20.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.57

RGB Variations

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

Color information

#006D1C (or 0x006D1C) is known color: Crusoe. HEX triplet: 00, 6D and 1C. RGB value is (0,109,28). Sum of RGB (Red+Green+Blue) = 0+109+28=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 109 (42.97% from 255 or 79.56% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 109 - color contains mainly: green. Hex color #006D1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006D1C is #FF92E3. Grayscale: #434343. Windows color (decimal): -16749284 or 1862912. OLE color: 1862912.

HSL color Cylindrical-coordinate representation of color #006D1C: hue angle of 135.41º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006D1C is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 109 28 -
CMYK 1 0 0.74 0.57
HSL 135.41º 1% 0.21% -
HSV(B) 135.41º 1% 0.43% -
XYZ 5.68 11.02 2.93 -
YUV 67.18 105.89 80.09 -
System Red Green Blue C M Y K H S L
Decimal 0 109 28 1 0 0.74 0.57 135.41 1 0.21
Hex 0 6D 1C 64 0 4A 39 87 64 15
Octal 0 155 34 144 0 112 71 207 144 25
Binary 0 1101101 11100 1100100 0 1001010 111001 10000111 1100100 10101

Color Harmonies of #006D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006D1C

Black with #006D1C

Text Example


Text Example

White with #006D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006D1C; }

 p { color: rgb(0,109,28); }

 H1.HeaderClassName
 {
   color: #006D1C;
 }
 .AnyTagClassName
 {
   color: #006D1C;
 }
</style>

background-color css

<style>
 a { background-color: #006D1C; }

 a { background-color: rgb(0,109,28); }

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

border-color css

<style>
 span { border-color: #006D1C; }

 span { border-color: rgb(0,109,28); }

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