Html Css Color HEX #6FB030 Christi

📋 copy color: '#6FB030'

red 111 ◦ green 176 ◦ blue 48

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

Shades of Christi #6FB030

Tints of Christi #6FB030

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.54%

 BLUE value IS 48 (19.14% from 255) = 14.33%

R = 33.13%
G = 52.54%
B = 14.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#6FB030 (or 0x6FB030) is known color: Christi. HEX triplet: 6F, B0 and 30. RGB value is (111,176,48). Sum of RGB (Red+Green+Blue) = 111+176+48=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #6FB030 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6FB030 is #904FCF. Grayscale: #8E8E8E. Windows color (decimal): -9457616 or 3190895. OLE color: 3190895.

HSL color Cylindrical-coordinate representation of color #6FB030: hue angle of 90.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FB030 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 176 48 -
CMYK 0.37 0 0.73 0.31
HSL 90.47º 0.57% 0.44% -
HSV(B) 90.47º 0.73% 0.69% -
XYZ 22.61 34.64 8.29 -
YUV 141.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 111 176 48 0.37 0 0.73 0.31 90.47 0.57 0.44
Hex 6F B0 30 25 0 49 1F 5A 39 2C
Octal 157 260 60 45 0 111 37 132 71 54
Binary 1101111 10110000 110000 100101 0 1001001 11111 1011010 111001 101100

Color Harmonies of #6FB030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB030

Black with #6FB030

Text Example


Text Example

White with #6FB030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,176,48); }

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

background-color css

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

 a { background-color: rgb(111,176,48); }

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

border-color css

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

 span { border-color: rgb(111,176,48); }

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