Html Css Color HEX #07671B Crusoe

📋 copy color: '#07671B'

red 7 ◦ green 103 ◦ blue 27

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

Shades of Crusoe #07671B

Tints of Crusoe #07671B

RGB

 RED value IS 7 (3.13% from 255) = 5.11%

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

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

R = 5.11%
G = 75.18%
B = 19.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#07671B (or 0x07671B) is known color: Crusoe. HEX triplet: 07, 67 and 1B. RGB value is (7,103,27). Sum of RGB (Red+Green+Blue) = 7+103+27=137 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.11% from 137); Green value is 103 (40.62% from 255 or 75.18% from 137); Blue value is 27 (10.94% from 255 or 19.71% from 137); Max value from RGB is 103 - color contains mainly: green. Hex color #07671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07671B is #F898E4. Grayscale: #414141. Windows color (decimal): -16292069 or 1795847. OLE color: 1795847.

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

Color convert

RGB 7 103 27 -
CMYK 0.93 0 0.74 0.60
HSL 132.5º 0.87% 0.22% -
HSV(B) 132.5º 0.93% 0.4% -
XYZ 5.14 9.82 2.66 -
YUV 65.63 106.2 86.18 -
System Red Green Blue C M Y K H S L
Decimal 7 103 27 0.93 0 0.74 0.60 132.5 0.87 0.22
Hex 7 67 1B 5D 0 4A 3C 84 57 16
Octal 7 147 33 135 0 112 74 204 127 26
Binary 111 1100111 11011 1011101 0 1001010 111100 10000100 1010111 10110

Color Harmonies of #07671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07671B

Black with #07671B

Text Example


Text Example

White with #07671B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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