Html Css Color HEX #07662A Crusoe

📋 copy color: '#07662A'

red 7 ◦ green 102 ◦ blue 42

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

Shades of Crusoe #07662A

Tints of Crusoe #07662A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 67.55%

 BLUE value IS 42 (16.8% from 255) = 27.81%

R = 4.64%
G = 67.55%
B = 27.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#07662A (or 0x07662A) is known color: Crusoe. HEX triplet: 07, 66 and 2A. RGB value is (7,102,42). Sum of RGB (Red+Green+Blue) = 7+102+42=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #07662A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #07662A is #F899D5. Grayscale: #424242. Windows color (decimal): -16292310 or 2778631. OLE color: 2778631.

HSL color Cylindrical-coordinate representation of color #07662A: hue angle of 142.11º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07662A is Cyan = 0.93, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB 7 102 42 -
CMYK 0.93 0 0.59 0.6
HSL 142.11º 0.87% 0.21% -
HSV(B) 142.11º 0.93% 0.4% -
XYZ 5.26 9.72 3.79 -
YUV 66.76 114.03 85.38 -
System Red Green Blue C M Y K H S L
Decimal 7 102 42 0.93 0 0.59 0.6 142.11 0.87 0.21
Hex 7 66 2A 5D 0 3B 3C 8E 57 15
Octal 7 146 52 135 0 73 74 216 127 25
Binary 111 1100110 101010 1011101 0 111011 111100 10001110 1010111 10101

Color Harmonies of #07662A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07662A

Black with #07662A

Text Example


Text Example

White with #07662A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07662A; }

 p { color: rgb(7,102,42); }

 H1.HeaderClassName
 {
   color: #07662A;
 }
 .AnyTagClassName
 {
   color: #07662A;
 }
</style>

background-color css

<style>
 a { background-color: #07662A; }

 a { background-color: rgb(7,102,42); }

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

border-color css

<style>
 span { border-color: #07662A; }

 span { border-color: rgb(7,102,42); }

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