Html Css Color HEX #07691E Crusoe

📋 copy color: '#07691E'

red 7 ◦ green 105 ◦ blue 30

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

Shades of Crusoe #07691E

Tints of Crusoe #07691E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 73.94%

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

R = 4.93%
G = 73.94%
B = 21.13%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.59

RGB Variations

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

Color information

#07691E (or 0x07691E) is known color: Crusoe. HEX triplet: 07, 69 and 1E. RGB value is (7,105,30). Sum of RGB (Red+Green+Blue) = 7+105+30=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 105 (41.41% from 255 or 73.94% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 105 - color contains mainly: green. Hex color #07691E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07691E is #F896E1. Grayscale: #434343. Windows color (decimal): -16291554 or 1992967. OLE color: 1992967.

HSL color Cylindrical-coordinate representation of color #07691E: hue angle of 134.08º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07691E is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB 7 105 30 -
CMYK 0.93 0 0.71 0.59
HSL 134.08º 0.88% 0.22% -
HSV(B) 134.08º 0.93% 0.41% -
XYZ 5.37 10.24 2.92 -
YUV 67.15 107.03 85.1 -
System Red Green Blue C M Y K H S L
Decimal 7 105 30 0.93 0 0.71 0.59 134.08 0.88 0.22
Hex 7 69 1E 5D 0 47 3B 86 58 16
Octal 7 151 36 135 0 107 73 206 130 26
Binary 111 1101001 11110 1011101 0 1000111 111011 10000110 1011000 10110

Color Harmonies of #07691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07691E

Black with #07691E

Text Example


Text Example

White with #07691E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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