Html Css Color HEX #6F9A75 Oxley

📋 copy color: '#6F9A75'

red 111 ◦ green 154 ◦ blue 117

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

Shades of Oxley #6F9A75

Tints of Oxley #6F9A75

RGB

 RED value IS 111 (43.75% from 255) = 29.06%

 GREEN value IS 154 (60.55% from 255) = 40.31%

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 29.06%
G = 40.31%
B = 30.63%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#6F9A75 (or 0x6F9A75) is known color: Oxley. HEX triplet: 6F, 9A and 75. RGB value is (111,154,117). Sum of RGB (Red+Green+Blue) = 111+154+117=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 154 - color contains mainly: green. Hex color #6F9A75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9A75 is #90658A. Grayscale: #898989. Windows color (decimal): -9463179 or 7707247. OLE color: 7707247.

HSL color Cylindrical-coordinate representation of color #6F9A75: hue angle of 128.37º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F9A75 is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 154 117 -
CMYK 0.28 0 0.24 0.40
HSL 128.37º 0.18% 0.52% -
HSV(B) 128.37º 0.28% 0.6% -
XYZ 21.32 27.78 21.07 -
YUV 136.93 116.75 109.51 -
System Red Green Blue C M Y K H S L
Decimal 111 154 117 0.28 0 0.24 0.40 128.37 0.18 0.52
Hex 6F 9A 75 1C 0 18 28 80 12 34
Octal 157 232 165 34 0 30 50 200 22 64
Binary 1101111 10011010 1110101 11100 0 11000 101000 10000000 10010 110100

Color Harmonies of #6F9A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9A75

Black with #6F9A75

Text Example


Text Example

White with #6F9A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F9A75; }

 p { color: rgb(111,154,117); }

 H1.HeaderClassName
 {
   color: #6F9A75;
 }
 .AnyTagClassName
 {
   color: #6F9A75;
 }
</style>

background-color css

<style>
 a { background-color: #6F9A75; }

 a { background-color: rgb(111,154,117); }

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

border-color css

<style>
 span { border-color: #6F9A75; }

 span { border-color: rgb(111,154,117); }

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