Html Css Color HEX #5F9969 Oxley

📋 copy color: '#5F9969'

red 95 ◦ green 153 ◦ blue 105

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

Shades of Oxley #5F9969

Tints of Oxley #5F9969

RGB

 RED value IS 95 (37.5% from 255) = 26.91%

 GREEN value IS 153 (60.16% from 255) = 43.34%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 26.91%
G = 43.34%
B = 29.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#5F9969 (or 0x5F9969) is known color: Oxley. HEX triplet: 5F, 99 and 69. RGB value is (95,153,105). Sum of RGB (Red+Green+Blue) = 95+153+105=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #5F9969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9969 is #A06696. Grayscale: #828282. Windows color (decimal): -10512023 or 6920543. OLE color: 6920543.

HSL color Cylindrical-coordinate representation of color #5F9969: hue angle of 130.34º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F9969 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 153 105 -
CMYK 0.38 0 0.31 0.4
HSL 130.34º 0.23% 0.49% -
HSV(B) 130.34º 0.38% 0.6% -
XYZ 18.66 26.24 17.45 -
YUV 130.19 113.78 102.9 -
System Red Green Blue C M Y K H S L
Decimal 95 153 105 0.38 0 0.31 0.4 130.34 0.23 0.49
Hex 5F 99 69 26 0 1F 28 82 17 31
Octal 137 231 151 46 0 37 50 202 27 61
Binary 1011111 10011001 1101001 100110 0 11111 101000 10000010 10111 110001

Color Harmonies of #5F9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9969

Black with #5F9969

Text Example


Text Example

White with #5F9969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F9969; }

 p { color: rgb(95,153,105); }

 H1.HeaderClassName
 {
   color: #5F9969;
 }
 .AnyTagClassName
 {
   color: #5F9969;
 }
</style>

background-color css

<style>
 a { background-color: #5F9969; }

 a { background-color: rgb(95,153,105); }

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

border-color css

<style>
 span { border-color: #5F9969; }

 span { border-color: rgb(95,153,105); }

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