Html Css Color HEX #6F980A Christi

📋 copy color: '#6F980A'

red 111 ◦ green 152 ◦ blue 10

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

Shades of Christi #6F980A

Tints of Christi #6F980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 40.66%
G = 55.68%
B = 3.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#6F980A (or 0x6F980A) is known color: Christi. HEX triplet: 6F, 98 and 0A. RGB value is (111,152,10). Sum of RGB (Red+Green+Blue) = 111+152+10=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #6F980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F980A is #9067F5. Grayscale: #7C7C7C. Windows color (decimal): -9463798 or 694383. OLE color: 694383.

HSL color Cylindrical-coordinate representation of color #6F980A: hue angle of 77.32º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F980A is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 152 10 -
CMYK 0.27 0 0.93 0.40
HSL 77.32º 0.88% 0.32% -
HSV(B) 77.32º 0.93% 0.6% -
XYZ 17.84 25.86 4.34 -
YUV 123.55 63.92 119.05 -
System Red Green Blue C M Y K H S L
Decimal 111 152 10 0.27 0 0.93 0.40 77.32 0.88 0.32
Hex 6F 98 A 1B 0 5D 28 4D 58 20
Octal 157 230 12 33 0 135 50 115 130 40
Binary 1101111 10011000 1010 11011 0 1011101 101000 1001101 1011000 100000

Color Harmonies of #6F980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F980A

Black with #6F980A

Text Example


Text Example

White with #6F980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,152,10); }

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

background-color css

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

 a { background-color: rgb(111,152,10); }

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

border-color css

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

 span { border-color: rgb(111,152,10); }

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