Html Css Color HEX #00671B Crusoe

📋 copy color: '#00671B'

red 0 ◦ green 103 ◦ blue 27

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

Shades of Crusoe #00671B

Tints of Crusoe #00671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 79.23%

 BLUE value IS 27 (10.94% from 255) = 20.77%

R = 0%
G = 79.23%
B = 20.77%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#00671B (or 0x00671B) is known color: Crusoe. HEX triplet: 00, 67 and 1B. RGB value is (0,103,27). Sum of RGB (Red+Green+Blue) = 0+103+27=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 103 (40.62% from 255 or 79.23% from 130); Blue value is 27 (10.94% from 255 or 20.77% from 130); Max value from RGB is 103 - color contains mainly: green. Hex color #00671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00671B is #FF98E4. Grayscale: #3F3F3F. Windows color (decimal): -16750821 or 1795840. OLE color: 1795840.

HSL color Cylindrical-coordinate representation of color #00671B: hue angle of 135.73º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00671B is Cyan = 1, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 27 -
CMYK 1 0 0.74 0.60
HSL 135.73º 1% 0.2% -
HSV(B) 135.73º 1% 0.4% -
XYZ 5.05 9.78 2.66 -
YUV 63.54 107.38 82.68 -
System Red Green Blue C M Y K H S L
Decimal 0 103 27 1 0 0.74 0.60 135.73 1 0.2
Hex 0 67 1B 64 0 4A 3C 88 64 14
Octal 0 147 33 144 0 112 74 210 144 24
Binary 0 1100111 11011 1100100 0 1001010 111100 10001000 1100100 10100

Color Harmonies of #00671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00671B

Black with #00671B

Text Example


Text Example

White with #00671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00671B; }

 p { color: rgb(0,103,27); }

 H1.HeaderClassName
 {
   color: #00671B;
 }
 .AnyTagClassName
 {
   color: #00671B;
 }
</style>

background-color css

<style>
 a { background-color: #00671B; }

 a { background-color: rgb(0,103,27); }

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

border-color css

<style>
 span { border-color: #00671B; }

 span { border-color: rgb(0,103,27); }

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