Html Css Color HEX #6B9B74 Oxley

📋 copy color: '#6B9B74'

red 107 ◦ green 155 ◦ blue 116

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

Shades of Oxley #6B9B74

Tints of Oxley #6B9B74

RGB

 RED value IS 107 (42.19% from 255) = 28.31%

 GREEN value IS 155 (60.94% from 255) = 41.01%

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 28.31%
G = 41.01%
B = 30.69%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#6B9B74 (or 0x6B9B74) is known color: Oxley. HEX triplet: 6B, 9B and 74. RGB value is (107,155,116). Sum of RGB (Red+Green+Blue) = 107+155+116=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 155 - color contains mainly: green. Hex color #6B9B74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9B74 is #94648B. Grayscale: #888888. Windows color (decimal): -9725068 or 7641963. OLE color: 7641963.

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

Color convert

RGB 107 155 116 -
CMYK 0.31 0 0.25 0.39
HSL 131.25º 0.19% 0.51% -
HSV(B) 131.25º 0.31% 0.61% -
XYZ 20.94 27.83 20.79 -
YUV 136.2 116.6 107.17 -
System Red Green Blue C M Y K H S L
Decimal 107 155 116 0.31 0 0.25 0.39 131.25 0.19 0.51
Hex 6B 9B 74 1F 0 19 27 83 13 33
Octal 153 233 164 37 0 31 47 203 23 63
Binary 1101011 10011011 1110100 11111 0 11001 100111 10000011 10011 110011

Color Harmonies of #6B9B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9B74

Black with #6B9B74

Text Example


Text Example

White with #6B9B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,155,116); }

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

background-color css

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

 a { background-color: rgb(107,155,116); }

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

border-color css

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

 span { border-color: rgb(107,155,116); }

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