Html Css Color HEX #006F1F Crusoe

📋 copy color: '#006F1F'

red 0 ◦ green 111 ◦ blue 31

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

Shades of Crusoe #006F1F

Tints of Crusoe #006F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 78.17%

 BLUE value IS 31 (12.5% from 255) = 21.83%

R = 0%
G = 78.17%
B = 21.83%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#006F1F (or 0x006F1F) is known color: Crusoe. HEX triplet: 00, 6F and 1F. RGB value is (0,111,31). Sum of RGB (Red+Green+Blue) = 0+111+31=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 111 (43.75% from 255 or 78.17% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 111 - color contains mainly: green. Hex color #006F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006F1F is #FF90E0. Grayscale: #444444. Windows color (decimal): -16748769 or 2060032. OLE color: 2060032.

HSL color Cylindrical-coordinate representation of color #006F1F: hue angle of 136.76º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F1F is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 111 31 -
CMYK 1 0 0.72 0.56
HSL 136.76º 1% 0.22% -
HSV(B) 136.76º 1% 0.44% -
XYZ 5.93 11.47 3.2 -
YUV 68.69 106.73 79 -
System Red Green Blue C M Y K H S L
Decimal 0 111 31 1 0 0.72 0.56 136.76 1 0.22
Hex 0 6F 1F 64 0 48 38 89 64 16
Octal 0 157 37 144 0 110 70 211 144 26
Binary 0 1101111 11111 1100100 0 1001000 111000 10001001 1100100 10110

Color Harmonies of #006F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F1F

Black with #006F1F

Text Example


Text Example

White with #006F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,111,31); }

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

background-color css

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

 a { background-color: rgb(0,111,31); }

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

border-color css

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

 span { border-color: rgb(0,111,31); }

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