Html Css Color HEX #06742D Crusoe

📋 copy color: '#06742D'

red 6 ◦ green 116 ◦ blue 45

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

Shades of Crusoe #06742D

Tints of Crusoe #06742D

RGB

 RED value IS 6 (2.73% from 255) = 3.59%

 GREEN value IS 116 (45.7% from 255) = 69.46%

 BLUE value IS 45 (17.97% from 255) = 26.95%

R = 3.59%
G = 69.46%
B = 26.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#06742D (or 0x06742D) is known color: Crusoe. HEX triplet: 06, 74 and 2D. RGB value is (6,116,45). Sum of RGB (Red+Green+Blue) = 6+116+45=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 116 (45.70% from 255 or 69.46% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 116 - color contains mainly: green. Hex color #06742D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06742D is #F98BD2. Grayscale: #4B4B4B. Windows color (decimal): -16354259 or 2978822. OLE color: 2978822.

HSL color Cylindrical-coordinate representation of color #06742D: hue angle of 141.27º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06742D is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 116 45 -
CMYK 0.95 0 0.61 0.55
HSL 141.27º 0.9% 0.24% -
HSV(B) 141.27º 0.95% 0.45% -
XYZ 6.79 12.72 4.58 -
YUV 75.02 111.06 78.77 -
System Red Green Blue C M Y K H S L
Decimal 6 116 45 0.95 0 0.61 0.55 141.27 0.9 0.24
Hex 6 74 2D 5F 0 3D 37 8D 5A 18
Octal 6 164 55 137 0 75 67 215 132 30
Binary 110 1110100 101101 1011111 0 111101 110111 10001101 1011010 11000

Color Harmonies of #06742D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06742D

Black with #06742D

Text Example


Text Example

White with #06742D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06742D; }

 p { color: rgb(6,116,45); }

 H1.HeaderClassName
 {
   color: #06742D;
 }
 .AnyTagClassName
 {
   color: #06742D;
 }
</style>

background-color css

<style>
 a { background-color: #06742D; }

 a { background-color: rgb(6,116,45); }

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

border-color css

<style>
 span { border-color: #06742D; }

 span { border-color: rgb(6,116,45); }

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