Html Css Color HEX #6F9C7E Oxley

📋 copy color: '#6F9C7E'

red 111 ◦ green 156 ◦ blue 126

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

Shades of Oxley #6F9C7E

Tints of Oxley #6F9C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 28.24%
G = 39.69%
B = 32.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#6F9C7E (or 0x6F9C7E) is known color: Oxley. HEX triplet: 6F, 9C and 7E. RGB value is (111,156,126). Sum of RGB (Red+Green+Blue) = 111+156+126=393 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.24% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #6F9C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9C7E is #906381. Grayscale: #8B8B8B. Windows color (decimal): -9462658 or 8297583. OLE color: 8297583.

HSL color Cylindrical-coordinate representation of color #6F9C7E: hue angle of 140º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F9C7E is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 156 126 -
CMYK 0.29 0 0.19 0.39
HSL 140º 0.19% 0.52% -
HSV(B) 140º 0.29% 0.61% -
XYZ 22.21 28.66 24.1 -
YUV 139.13 120.59 107.94 -
System Red Green Blue C M Y K H S L
Decimal 111 156 126 0.29 0 0.19 0.39 140 0.19 0.52
Hex 6F 9C 7E 1D 0 13 27 8C 13 34
Octal 157 234 176 35 0 23 47 214 23 64
Binary 1101111 10011100 1111110 11101 0 10011 100111 10001100 10011 110100

Color Harmonies of #6F9C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9C7E

Black with #6F9C7E

Text Example


Text Example

White with #6F9C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,156,126); }

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

background-color css

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

 a { background-color: rgb(111,156,126); }

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

border-color css

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

 span { border-color: rgb(111,156,126); }

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