Html Css Color HEX #07671E Crusoe

📋 copy color: '#07671E'

red 7 ◦ green 103 ◦ blue 30

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

Shades of Crusoe #07671E

Tints of Crusoe #07671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 21.43%

R = 5%
G = 73.57%
B = 21.43%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.60

RGB Variations

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

Color information

#07671E (or 0x07671E) is known color: Crusoe. HEX triplet: 07, 67 and 1E. RGB value is (7,103,30). Sum of RGB (Red+Green+Blue) = 7+103+30=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 103 (40.62% from 255 or 73.57% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 103 - color contains mainly: green. Hex color #07671E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07671E is #F898E1. Grayscale: #424242. Windows color (decimal): -16292066 or 1992455. OLE color: 1992455.

HSL color Cylindrical-coordinate representation of color #07671E: hue angle of 134.38º 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 #07671E is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB 7 103 30 -
CMYK 0.93 0 0.71 0.60
HSL 134.38º 0.87% 0.22% -
HSV(B) 134.38º 0.93% 0.4% -
XYZ 5.17 9.84 2.85 -
YUV 65.97 107.7 85.94 -
System Red Green Blue C M Y K H S L
Decimal 7 103 30 0.93 0 0.71 0.60 134.38 0.87 0.22
Hex 7 67 1E 5D 0 47 3C 86 57 16
Octal 7 147 36 135 0 107 74 206 127 26
Binary 111 1100111 11110 1011101 0 1000111 111100 10000110 1010111 10110

Color Harmonies of #07671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07671E

Black with #07671E

Text Example


Text Example

White with #07671E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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