Html Css Color HEX #0F692A Crusoe

📋 copy color: '#0F692A'

red 15 ◦ green 105 ◦ blue 42

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

Shades of Crusoe #0F692A

Tints of Crusoe #0F692A

RGB

 RED value IS 15 (6.25% from 255) = 9.26%

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

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

R = 9.26%
G = 64.81%
B = 25.93%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#0F692A (or 0x0F692A) is known color: Crusoe. HEX triplet: 0F, 69 and 2A. RGB value is (15,105,42). Sum of RGB (Red+Green+Blue) = 15+105+42=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 105 (41.41% from 255 or 64.81% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 105 - color contains mainly: green. Hex color #0F692A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F692A is #F096D5. Grayscale: #474747. Windows color (decimal): -15767254 or 2779407. OLE color: 2779407.

HSL color Cylindrical-coordinate representation of color #0F692A: hue angle of 138º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F692A is Cyan = 0.86, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB 15 105 42 -
CMYK 0.86 0 0.6 0.59
HSL 138º 0.75% 0.24% -
HSV(B) 138º 0.86% 0.41% -
XYZ 5.67 10.37 3.89 -
YUV 70.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 15 105 42 0.86 0 0.6 0.59 138 0.75 0.24
Hex F 69 2A 56 0 3C 3B 8A 4B 18
Octal 17 151 52 126 0 74 73 212 113 30
Binary 1111 1101001 101010 1010110 0 111100 111011 10001010 1001011 11000

Color Harmonies of #0F692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F692A

Black with #0F692A

Text Example


Text Example

White with #0F692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F692A; }

 p { color: rgb(15,105,42); }

 H1.HeaderClassName
 {
   color: #0F692A;
 }
 .AnyTagClassName
 {
   color: #0F692A;
 }
</style>

background-color css

<style>
 a { background-color: #0F692A; }

 a { background-color: rgb(15,105,42); }

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

border-color css

<style>
 span { border-color: #0F692A; }

 span { border-color: rgb(15,105,42); }

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